home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmporn
- BackColor = &H80000008&
- BorderStyle = 1 'Fixed Single
- Caption = "Free Porn!"
- ClientHeight = 1935
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4860
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1935
- ScaleWidth = 4860
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton cmd2
- Caption = "Click Here!"
- Height = 495
- Left = 2760
- TabIndex = 1
- Top = 1200
- Visible = 0 'False
- Width = 1455
- End
- Begin VB.CommandButton cmd1
- Caption = "Click Here!"
- Height = 495
- Left = 480
- TabIndex = 0
- Top = 1200
- Width = 1455
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "Click Here For Free Porn!"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 255
- Left = 1200
- TabIndex = 2
- Top = 480
- Width = 2175
- End
- Attribute VB_Name = "frmporn"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmd1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
- cmd1.Visible = False
- cmd2.Visible = True
- End Sub
- Private Sub cmd2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
- cmd1.Visible = True
- cmd2.Visible = False
- End Sub
-